*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 29 Dec 2000 21:08:50 +0000 (21:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 29 Dec 2000 21:08:50 +0000 (21:08 +0000)
src/ChangeLog

index 8c8fb7d43d8e1bbba77a56f1fef02d0e6f919232..7d54241ad0a29ea3430464674af728d5f907bd6e 100644 (file)
@@ -1,5 +1,15 @@
 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
 
+       * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New
+       function.
+       (update_window) [GLYPH_DEBUG]: Call it.
+       (scrolling_window): Prevent including current rows which are below
+       what's displayed in the window.
+
+       * xdisp.c (try_window_reusing_current_matrix)
+       <new start <= old start>:  Disable rows in the current matrix
+       which are below the window after scrolling.
+       
        * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
        is zero.  It's not worth the complexity.
        (invisible_text_between_p): Put in #if 0 because unused.